update gmapbase.html for modern stds compliance.
authortsteven4 <tsteven4@gmail.com>
Thu, 7 Dec 2017 23:08:50 +0000 (16:08 -0700)
committertsteven4 <tsteven4@gmail.com>
Thu, 7 Dec 2017 23:08:50 +0000 (16:08 -0700)
gui/gmapbase.html

index 73a14f534c28c0bff95e5f97237b2d0e6b4bf928..d0be535b32e5cec2b96af4ecb195460314c8c23d 100644 (file)
@@ -1,14 +1,11 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" style="height:100%">
+<!DOCTYPE html>
+<html style="height: 100%">
   <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
     <title>Google Maps JavaScript</title>
-    <script src="https://maps.googleapis.com/maps/api/js?v=3&amp;key=AIzaSyBx9CSaJaOdcC5SV2LmaZZB6EOxFm1hLH4"
-            type="text/javascript"></script>
-    <script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js">
-    </script>
-    <script type="text/javascript">
+    <script src="https://maps.googleapis.com/maps/api/js?v=3&amp;key=AIzaSyBx9CSaJaOdcC5SV2LmaZZB6EOxFm1hLH4"></script>
+    <script src="qrc:///qtwebchannel/qwebchannel.js"></script>
+    <script>
 /*jslint
     this, for
 */
@@ -164,7 +161,7 @@ google.maps.event.addDomListener(window, "load", initialize);
 
   </head>
 
-  <body style="height:100%; -khtml-user-select:none;"  topmargin="0" leftmargin="0">
-    <div id="map" style="width:100% ; height:100%"></div>
+  <body style="height: 100%; margin: 0">
+    <div id="map" style="width: 100%; height: 100%"></div>
   </body>
 </html>